From: Glenn Morris Date: Sun, 7 Nov 2010 02:02:54 +0000 (-0700) Subject: Fix typo in previos flymake change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5760 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9ff033f5ae765bd9ad12e68db23dad1f7c533eff;p=emacs.git Fix typo in previos flymake change. --- diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index ef2efca514c..6346ab50e96 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -799,7 +799,7 @@ Perhaps use text from LINE-ERR-INFO-LIST to enhance highlighting." (goto-char (point-min)) (forward-line (1- line-no)) (let* ((line-beg (point-at-bol)) - (line-end (poin-at-eol)) + (line-end (point-at-eol)) (beg line-beg) (end line-end) (tooltip-text (flymake-ler-text (nth 0 line-err-info-list)))